@import "font-awesome.min.css";
* {
	margin:0;
	padding:0;
}
body,html {
	font-size: 14px;
	font-family:"POPPINS-LIGHT","Arial" ;
	overflow-x:hidden;
	margin:0;
	padding:0;
	color: #000;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "POPPINS-LIGHT","Arial" ;
}

a {
	text-decoration: none;
	color: #333;

}
select:focus {
	outline:none;
}

.nopad {
	padding:0;
}
.nomargin  {
	margin:0;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;


}
ul {
	padding:0;
	margin:0;
	font-size:0;
}
li {
	list-style: none;
}

.fl { float:left;}
.fr { float:right;}


.row {
	width: 80%;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}
.newsrow {
	width: 1200px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}
p,h1,h2,h3,h4,h5 {
	margin:0;
}


.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
body{
	width: 100%;
	opacity: 1;
	overflow: hidden;
	transition:opacity 0.3s;
}
body.on{
	opacity: 1;
}
body::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #1f1f1f;
}
.w1400{
	width: 1400px;
	position: relative;
	margin:0 auto;
}
.w1600{
	width: 1600px;
	position: relative;
	margin: 0 auto;
}
.carousel-control.left {
	background:none;
}
.carousel-control.right {
	background: none;
}
.f-cb {

	zoom: 1;

}

@font-face {
	font-family: 'POPPINS-LIGHT';
	src: url('../fonts/POPPINS-LIGHT.eot'); /* IE9 Compat Modes */
	src: url('../fonts/POPPINS-LIGHT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/POPPINS-LIGHT.woff') format('woff'), /* Modern Browsers */
	url('../fonts/POPPINS-LIGHT.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/POPPINS-LIGHT.svg') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'MONTSERRAT-BOLD';
	src: url('../fonts/MONTSERRAT-BOLD.eot'); /* IE9 Compat Modes */
	src: url('../fonts/MONTSERRAT-BOLD.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/MONTSERRAT-BOLD.woff') format('woff'), /* Modern Browsers */
	url('../fonts/MONTSERRAT-BOLD.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/MONTSERRAT-BOLD.svg') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'DINPRO-REGULAR';
	src: url('../fonts/DINPRO-REGULAR.eot'); /* IE9 Compat Modes */
	src: url('../fonts/DINPRO-REGULAR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/DINPRO-REGULAR.woff') format('woff'), /* Modern Browsers */
	url('../fonts/DINPRO-REGULAR.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/DINPRO-REGULAR.svg') format('svg'); /* Legacy iOS */
}
/**
 * 判断浏览器
 */

#browser_ie {
	BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT: 120px; COLOR: #000; FONT-SIZE: 15px
}
#browser_ie .brower_info {
	MARGIN: 0px auto; WIDTH: 800px; PADDING-TOP: 17px
}
#browser_ie .brower_info .notice_info {
	POSITION: relative; MARGIN-TOP: 5px; FLOAT: left
}
#browser_ie .brower_info .notice_info P {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; WIDTH: 360px; DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative; FLOAT: left
}
#browser_ie .browser_list IMG {
	WIDTH: 40px; HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center; WIDTH: 80px; DISPLAY: inline-block
}

/*css组件设置*/
/*css组件设置*/
.imgZoom img,.imgY180 img { -moz-transition:all 2.4s ease 0s; -ms-transition:all 2.4s ease 0s; -o-transition:all 2.4s ease 0s; -webkit-transition:all 2.4s ease 0s; transition:all 2.4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.imgX360 img {-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -moz-transform 0.4s ease-out;transition: transform 0.4s ease-out;}
.imgX360:hover img {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg);}
/*头部样式 */

/*
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #60b830;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #60b830;
}
*/

.carousel-control {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -20px;
	font-size:60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

.meunbg{
    width:100%;
	height:51px;
	background:url(../img/meunbg.jpg);
}

/*内页banner下的导航 */

#nei-main {
	padding-bottom: 40px;
	padding-top:10px;
	background:#fff;
}
#jtculnei-main {
	padding-bottom: 55px;
	padding-top:10px;
	background:#fff;
}
#pronei-main {
	padding-bottom: 55px;
	padding-top:40px;
	background:#fff;
}
#aboutnei-main {
	padding-top:40px;
	background:#fff;
}
#culnei-main {
	padding-top:40px;
	background:#f9f9f9;
	height:800px;
}
#hisnei-main {
    width:100%;
	background:url(../img/hisbg.jpg) no-repeat center;
	height:839px;
}
#honnei-main {
    width:100%;
	background:#3b3d3b;
	height:625px;
}
#honnei-main .honor_title{
   width:100%;
   text-align:center;
   padding-top:50px;
   font-size: 50px;
   color: #fff;
   line-height: 80px;
   padding-bottom:20px;
}
#honnei-main .honor_content{
   width:100%;
   text-align:center;
   font-size: 16px;
   color: #fff;
   line-height: 30px;
}
#honnei-main li{
   width:20%;
   text-align:center;
   float:left;
   padding-top:50px;
}

#gynei-main {
    width:100%;
	background:#fff;
	height:625px;
}
#gynei-main .gy_title{
   width:100%;
   text-align:center;
   padding-top:50px;
   font-size: 50px;
   color: #3a3c3b;
   line-height: 80px;
   padding-bottom:20px;
}
#nei-mainabout {
	background:#f9f9f9;
	height:660px;
}
#nei-mainmap {
    width: 100%;
    text-align: center;
    background: #1b1b1b;
    position: relative;
    padding-top: 60px;
	padding-bottom:40px;
}
#nei-mainmap .title {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    font-family: 'DINALTERNATE';
    color: #fff;
    font-weight: 700;
}
#nei-mainmap .mapcontent{
    padding-top:40px;
}
#nei-mainmap ul{
    width:100%;
	text-align:center;
	height:320px;
}
#nei-mainmap li{
   width:23%;
   float:left;
   text-align:center;
   margin-left:1%;
   margin-right:1%;
}
#nei-mainmap li p{
   width:100%;
   text-align:center;
   line-height:40px;
   color:#fff;
   font-size:14px;
}
.diepic{
	position: relative;
	width: 1200px;
	margin:40px auto 0 auto
}
.diepic h2{font-size:36px;text-align:center;font-weight:normal;line-height:42px;height:60px;}
.diepic .gy_text{
   width:100%;
   font-size:14px;
   line-height:25px;
   text-align:center;
   margin-bottom:25px;
}
.diepic .swiper-container {
	padding-bottom: 100px;
}

.diepic .swiper-slide {
	width: 50%;
	height: 421px;
	background: #fff;
	box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
}

.diepic .swiper-slide img {
	width:100%;
	display: block;
}

.diepic .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.diepic .swiper-pagination {
	width: 100%;
	bottom: 40px;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #030000;
	width: 10px;
	height: 10px;
	opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 34px;
	display: inline-block;
	height: 10px;
	border-radius: 10px;
	transition: width .4s cubic-bezier(.4, 0, .2, 1);
	background-image: linear-gradient(80deg, #0989c5, #995cb6);
	opacity: 1;
}

.diepic .swiper-button-prev {
	left: -70px;
	top: 50%;
	width: 45px;
	height: 45px;
}

.diepic .swiper-button-next {
	right: -70px;
	top: 50%;
	width: 45px;
	height: 45px;
}

#culnei-main ul{
width:100%;
text-align:center;
padding-top:40px;
}
#culnei-main li{
   width:24%;
   float:left;
   margin-left:0.5%;
   margin-right:0.5%;
   height:270px;
   background:#fff;
   text-align:center;
   padding-top:20px;
   margin-bottom:15px;
}
#culnei-main li dd{
   width:100%;
   text-align:center;
   line-height:40px;
   font-size:26px;
   color:#1f1f1f;
   margin-bottom:30px;
}
#culnei-main li dt{
   width:100%;
   text-align:center;
   line-height:25px;
   font-size:14px;
   color:#1f1f1f;
}
/*内页公共部分*/
.nei-title {
	text-align: center;
}
.nei-title .title {
    text-align: center;
    font-size: 50px;
    color: #1a1a1a;
    line-height: 80px;
}
.nei-title .title-text {
	font-size:27px;
	color: #000000;
	line-height:60px;
	background:url(../img/aboutline.jpg) no-repeat center;
}
.nei-title .title-textc {
	font-size:27px;
	color: #000000;
	line-height:60px;
}
.nei-title .title-textc span {
	font-size:34px;
	color: #c6000a;
	font-weight:700;
}
.nei-title .title-text span {
	font-size:34px;
	color: #c6000a;
	font-weight:700;
}
.nei-title .title-texten {
	font-size:34px;
	color: #000000;
	font-weight:400;
	background:url(../img/prolineen.png) no-repeat center center;
}
.nei-title .title-text:after {
	content:'';
	width: 43px;
	height: 2px;
	/*background: #c6001e;*/
	display: block;
	margin:13px auto 25px;
}
.nei-title .cate-title {
	width: 100%;
	margin-bottom: 20px;
	background: url('../img/pro_catit.jpg') center no-repeat;
}
.nei-title .cate-title ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title ul li{
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	font-size:16px;
	display: inline-block;
	color: #fff;
	margin-bottom:15px;
}
.nei-title .cate-title ul li.cur{
	height: 40px;
	line-height: 40px;
	margin-right: 25px;
	text-align: center;
	font-size:16px;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	background: #2170bf;
}
.nei-title .cate-title ul li.cur a{
	color: #fff;
}
.nei-title .cate-title ul li:hover{

	background: #2170bf;
	color: #fff;
}
.nei-title .cate-title ul li:last-child {
	margin-right: 0;
}
.nei-title .cate-title ul li a {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	background:#c1c1c1;
}
.nei-title .cate-title ul li a.active {
	display: inline-block;
	height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	background: #2170bf;
}
.nei-title .cate-title ul li a:hover {
    background: #2170bf;
	color: #fff;
}


.nei-title .cate-title-about {
	width: 100%;
}
.nei-title .cate-title-about ul {
	width: 80%;
	min-width:1240px;
	text-align: center;
}
.nei-title .cate-title-about ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title-about ul li{
	height: 54px;
	line-height: 54px;
	margin-right: 15px;
	text-align: center;
	font-size:16px;
	display: inline-block;
	border:#dddddd solid 1px;
	color: #010101;
	margin-bottom:15px;
	background:#fff;
}
.nei-title .cate-title-about ul li:hover{
	color: #fff;
	background:#4b4293;
}
.nei-title .cate-title-about ul li:last-child {
	margin-right: 0;
}
.nei-title .cate-title-about ul li a {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	color:#010101;
}
.nei-title .cate-title-about ul li a.active {
	display: inline-block;
	height: 54px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	background:#0567ba;
}
.nei-title .cate-title-about ul li a:hover {
	color: #fff;
	background:#0567ba;
}


/*面包屑*/
.list-bread {
	background-color: #f0efef;
	height:85px;
	line-height: 85px;
}
#tit {
	height:80px;

	background-color: #f5f5f5;
}
#tit .sendcate p{
	width:60%;
	font-weight:bold;
	font-size:28px;
	color: #1e1e1e;
	padding-left:20px;
	float: left;
	text-transform: uppercase;
}

.breadcrumb {
	font-size: 14px;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #474747;
	content: ">";
}


.breadcrumb {
	float: left;
	padding:0;
	/*line-height: 128px;*/
	margin-bottom:0;
	background: none;
	font-size: 14px;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li i {
	margin-right: 10px;
}
.breadcrumb li.active {
	text-transform: capitalize;
}

.bread-nei {
	padding: 0 6.5%;
}

/*********************************************************************************************************************/

/**
 * 底部样式
 */
/*footer*/
.cul-foot{
   width:100%;
   height:95px;
   background:#1a3f8f;
   padding-top:20px;
   border-bottom:#313131 solid 1px;
}
.cul-foot .cul{
	text-align: center;
	width: 1300px;
	padding: 0px;
	margin: 0 auto;
}
.cul-foot .cul-left{
    width:60%;
	float:left;
	text-align:left;
}
.cul-foot .cul-left dd{
    width:100%;
	text-align:left;
	color:#FFFFFF;
	font-size:20px;
	line-height:30px;
}
.cul-foot .cul-left dt{
    width:100%;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	line-height:20px;
	font-weight:400;
}
.cul-foot .cul-right{
    width:40%;
	float:left;
	text-align:right;
	padding-top:10px;
}
.contact-wrapper {
	width: 100%;
	padding-bottom: 128px;
	background: #0369ab;
	text-align: center;
	padding: 0px;
	margin: 0 auto;

}
.contact-wrapper .zj{
	text-align: center;
	width:70%;
	min-width:1200px;
	height: 362px;
	padding: 0px;
	margin: 0 auto;
}
.contact-wrapper .footlogo{
	text-align: left;
	width: 1360px;
	margin: 0 auto;
	border-bottom:#4e4e4e solid 1px;
	padding:50px 0 30px; 
}
.contact-wrapper .zjx{
	text-align: center;
	width: 70%;
	min-width:1200px;
	height: 1px;
	padding: 0px;
	margin: 0 auto;
	background: #fff;
}
.contact-wrapper .hd {
    float: left;
	width: 20%;
	margin-top: 60px;
}
.contact-wrapper .hd .hd-inner {
	width: 100%;
    margin-top: 40px;
    text-align: left;
    line-height: 40px;
    font-size: 28px;
    font-family: 'MONTSERRAT-BOLD';
    color: #ffffff;
	margin-bottom:15px;
}
.contact-wrapper .hd .hd-inner img{
    text-align: left;
}
.contact-wrapper .hd .hd-title {
    width:100%;
	line-height: 35px;
	font-size: 22px;
	color: #fff;
	text-align: right;
}
.contact-wrapper .hd .hd-address {
	line-height: 30px;
	font-size: 14px;
	color: #a3a3a1;
	text-align: left;
	margin-top:10px;
	padding-bottom:20px;
}
.contact-wrapper .bd {
	float: left;
	width: 16%;
	margin-top: 60px;
}
.contact-wrapper .pd {
	float: left;
	width: 32%;
	margin-top: 60px;
}
.contact-wrapper .nd {
	float: left;
	width: 15%;
	margin-top: 50px;

}
.contact-wrapper .bd .search-wrapper {
	width: 95%;
	height: 40px;
	text-align: left;
	line-height: 40px;
	font-size: 20px;
	font-family: 'MONTSERRAT-BOLD';
	color: #ffffff;
	margin-right:15%;
}
.contact-wrapper .line{
	width: 40%;
	height: 1px;
	background:#a4a4a6;
	margin:10px 0 15px;
}
.contact-wrapper .pd .search-wrapper {
	width: 95%;
	height: 40px;
	text-align: left;
	line-height: 40px;
	font-size: 20px;
	font-family: 'MONTSERRAT-BOLD';
	color: #ffffff;
	margin-right:15%;
}
.contact-wrapper .nd .search-wrapper {
	width: 85%;
	height: 50px;
	text-align: left;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	margin-right:15%;
}
.contact-wrapper .bd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 20px;
	text-align: left;
}
.contact-wrapper .nd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 20px;
	text-align: left;
}
.contact-wrapper .nd .search-texta {
	width: 100%;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	color: #ededed;
	padding-top:10px;
}
.contact-wrapper .nd .search-text {
	width: 100%;
	text-align:right;
	line-height: 40px;
	font-size: 14px;
	color: #ededed;
}
.contact-wrapper .nd  a {
	color: #ededed;
}
.contact-wrapper .bd .search-text {
	width: 100%;
	height: 30px;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.contact-wrapper .bd .search-text a {
	color: #fff;
}
.contact-wrapper .pd .search-text {
	width: 100%;
	height: 30px;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.contact-wrapper .pd .search-text a {
	color: #fff;
}
.contact-wrapper .bd .contact-us {
	position: absolute;
	left: 970px;
	top: -190px;
	width: 580px;
	height: 300px;
	padding: 50px 70px 0;
	background-color: #333;
}
.contact-wrapper .bd .contact-us .contact-us-title {
	position: relative;
	height: 52px;
	padding-top: 22px;
	font-size: 30px;
}
.contact-wrapper .bd .contact-us .contact-us-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #fff;
}
.contact-wrapper .bd .contact-us .contact-us-text {
	margin-top: 32px;
	padding-right: 45px;
	line-height: 24px;
}
.contact-wrapper .bd .contact-us .contact-us-check {
	width: 426px;
	height: 48px;
	margin: 27px auto 0;
	background-color: #e70113;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
}
.copyright {
	color: #fff;
	background: #0369ab;
	font-size:14px;
	height: 60px;
	line-height:60px;

}
.copyrightw {
    width:70%;
    min-width:1200px;
	padding: 0px;
	margin: 0 auto;
}
.copyright .border-left {
	text-align: left;
	width:80%;
	float:left;
	font-size:14px;
	line-height:60px;
}
.copyright .border-right {
    width:20%;
	float:right;
	text-align:right;
	font-size:14px;
	line-height:60px;
}
.copyright p {
	/*color: #fff;*/
	margin-bottom: 0;
	font-size:12px;
	font-family:"Arial";

}
.copyright a {
	color: #fff;

}
.joinusa {
    width: 65%;
    float: left;
    height: 50px;
    text-align: left;
}
.joinusa input[type="text"], .joinusa input[type="email"], .joinusa select {
    border: 0;
    color: #a7a7a7;
    height: 46px;
    outline: 0 none;
    padding: 3px 3px 3px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    background: #fff;
}
.joinusb {
    width: 28%;
    float: left;
    height: 50px;
    text-align: right;
	margin-left:2%;
}
.joinusb .button {
    background: #1ca0de;
    border: none;
    width: 100%;
    line-height: 46PX;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.banner{
  background:#efefef;
}
.probanner{
  position:relative;
}
.pro-head {
	width: 100%;
	text-align:center;
	font-size: 42px;
    color: #141414;
    line-height: 50px;
	font-weight:800;
    font-family: 'MONTSERRAT-BOLD';
	padding:40px 0 0;
}
.pro-head-news {
	width: 100%;
	text-align:center;
	font-size: 32px;
    color: #141414;
    line-height: 50px;
	font-weight:800;
    font-family: 'MONTSERRAT-BOLD';
	padding:40px 0 0;
	background:#fff;
}
.pro-head .pro_top_title{
   width:100%;
   font-size:36px;
   line-height:50px;
   color:#FFFFFF;
}
.pro-head .pro_top_text{
   width:100%;
   font-size:18px;
   line-height:30px;
   color:#FFFFFF;
   padding-top:10px;
}
.aboutbanner{
  background:#fff;
}
.ban-title{
  position:absolute;
  width:100%;
  z-index:800;
  text-align:center;
  padding-top:18%;
}

.ban-product{
  position:absolute;
  width:100%;
  z-index:10;
  text-align:left;
  padding-top:14%;
  padding-left:20%;
}



/**********************底部样式 ****************************************/

.about_bg{position:fixed;width:100%;height:100%;top:0;left:0;background-size:cover;}
.about_content{width:60%;margin:0 auto;}
.about_content h2,.about_content h3{text-align:center;font-weight:bold;color:#fff;}
.about_content h2{font-size:42px;margin-bottom:50px; padding-top:50px;}
.about_content p{font-size:16px;color:#000;line-height:180%;margin-bottom:20px;text-align:center;}
.about_content.history{text-align:center;position:relative;}

/*大事记start*/
.event_box{width:60%;margin:3% auto 0;position:relative;min-height:420px;}
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:85%;height:7px;background:url(../img/hisline.png);position:absolute;/* top:33%;*//* right:-140%;*/right:8%;top:35%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:30px;color:#fff; margin-right:60px;position:relative;}
.parHd li:after{content:'';width:24px;height:24px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:15px;}
.parBd h4{position:relative;font-size:40px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size:16px;width:80%;margin:0 auto;}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:26px;}
.sPrev{left:217px;}
.sNext{right:224px;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;position:absolute;top:-12px;left:28px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	

.his_img{
   width:60%;
   height:129px;
   background:#c8c8c8;
   margin:0 auto;
   margin-bottom:10px;
}
.his_img .his_left{
   width:35%;
   float:left;
   height:129px;
   text-align:left;
}
.his_img .his_right{
   width:65%;
   float:left;
   text-align:left;
   padding-top:20px;
   line-height:26px;
   color:#434343;
   font-size:15px;
}

/*在线客服*/
.izl-rmenu{position:fixed;right:5%;bottom:10%;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;display:block;padding:0;margin:0;border:none;border-radius: 0;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq.btn-qqe {background:url(../img/r_qqe.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx.btn-wxe{background:url(../img/r_wxe.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone.btn-phonee{background:url(../img/r_phonee.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.backToTop {display: none; width: 64px;height:65px;position: fixed; right:30px;bottom: 100px;background:url(../../../Public/home/img/arrow-top.png) no-repeat center center; cursor:pointer; z-index:99;}


.div-aboutn{
   background:#fff;
   padding:15px 0;
}
.nei-title .cate-title-pro {
    width:77.5%;
	min-width: 1240px;
	margin-bottom: 40px;
	margin: 0 auto;
}
.nei-title .cate-title-pro ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title-pro ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    color: #010101;
	margin-right:5px;
}
.nei-title .cate-title-pro ul li:hover{
    font-size:20px;
	color: #fff;
	background:#141d24;
}
.nei-title .cate-title-pro ul li:last-child {
	margin-right: 0;
}
.nei-title .cate-title-pro ul li a {
	display: inline-block;
	padding-left: 35px;
	padding-right: 35px;
	color:#131c23;
}
.nei-title .cate-title-pro ul li a.active {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size:20px;
	padding-left: 35px;
	padding-right: 35px;
	color: #fff;
	background:#141d24;
}
.nei-title .cate-title-pro ul li a:hover {
	font-size:20px;
	color: #fff;
	background:#141d24;
}